Java View all facts Glossary Help |
type > primitive type > integral type > integer^2 > byte^2 |
byte^2 | ||||
subject | fact |
byte^2 | can hold a value between -128 and 127 | |
is a subtopic of Variables and Data Types | ||
is an instance of integer^2 | ||
specifies the set of bytes from 00 to FF | ||
integer^2 | has a sign indicating positive or negative | |
has default value 0 | ||
primitive type | evaluates to the value stored in the variable | |
has part primitive type name | ||
is not an object | ||
is normally used instead of wrapper class instances for arithmetic | ||
type | limits the possible values that a variable can hold or that an expression can produce at run time |